From edfaa5fc36347ac1b9b628406f65e30554aac746 Mon Sep 17 00:00:00 2001 From: Alexander Mikhaylenko Date: Mon, 11 May 2020 02:18:06 +0500 Subject: [PATCH] tests: Fix overlayscroll Set expand for the scrolled window. --- tests/overlayscroll.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/overlayscroll.c b/tests/overlayscroll.c index 2aaabb3710..2daee85411 100644 --- a/tests/overlayscroll.c +++ b/tests/overlayscroll.c @@ -77,6 +77,7 @@ main (int argc, char *argv[]) GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC); + gtk_widget_set_hexpand (sw, TRUE); gtk_container_add (GTK_CONTAINER (box), sw); content = get_content (); -- 2.30.2